home *** CD-ROM | disk | FTP | other *** search
/ Avalanche Ranch: Clip Ar… Song Lyrics & Decorating / Avalanche Ranch: Clip Art, Song Lyrics & Decorating - Disc 2.iso / mac / media / menu_4.swf / scripts / DefineButton2_16 / BUTTONCONDACTION on(press).as next >
Text File  |  2006-11-03  |  167b  |  8 lines

  1. on(press){
  2.    _parent._parent.resetAllBtns(thisIndex);
  3.    mouseInside = 0;
  4.    isSelected = 1;
  5.    gotoAndStop(2);
  6.    _parent._parent.buttonClicked(thisIndex);
  7. }
  8.